Struct isotope::ast::Scope [−][src]
Expand description
A scope
Fields
stmts: Vec<Stmt, Global>
The statements in this scope
result: Arc<Expr>
The result value of this scope
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Scope
impl UnwindSafe for Scope
Blanket Implementations
Mutably borrows from an owned value. Read more
Borrow an optional value of type T
Compare self to key
and return true
if they are equal.